Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / PropertyBridge<TPropType> Class / OnInitialized Method

In This Topic
    OnInitialized Method (PropertyBridge<TPropType>)
    In This Topic
    Synchronize the source and target properties after initializing.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnInitialized( _
       ByVal e As EventArgs _
    ) 
    protected override void OnInitialized( 
       EventArgs e
    )

    Parameters

    e
    See Also